home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_RAS / TDLG_RAS.txt
Text File  |  2002-07-04  |  2KB  |  74 lines

  1. object Dlg_RAS: TDlg_RAS
  2.   Left = 140
  3.   Top = 127
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Connect to'
  7.   ClientHeight = 167
  8.   ClientWidth = 390
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object L_progress: TLabel
  20.     Left = 64
  21.     Top = 24
  22.     Width = 52
  23.     Height = 13
  24.     Caption = 'L_progress'
  25.   end
  26.   object Img_RAS: TImage
  27.     Left = 16
  28.     Top = 17
  29.     Width = 32
  30.     Height = 32
  31.   end
  32.   object LB_status: TListBox
  33.     Left = 8
  34.     Top = 64
  35.     Width = 369
  36.     Height = 97
  37.     ItemHeight = 13
  38.     TabOrder = 0
  39.   end
  40.   object BtnCancel: TButton
  41.     Left = 288
  42.     Top = 18
  43.     Width = 91
  44.     Height = 22
  45.     Caption = 'Cancel'
  46.     TabOrder = 1
  47.     OnClick = BtnCancelClick
  48.   end
  49.   object Language: TLanguage
  50.     LangCenter = DM_Language.LangCenter
  51.     ResStrings.Strings = (
  52.       '0010=Connecting...'
  53.       '0011=Connect failed, so disconnect'
  54.       '0012=RAS Error: '
  55.       
  56.         '0013=Connect failed. Please check your modem and line, and the p' +
  57.         'roperty of your Dial-Up Network.'
  58.       '0014=Connect failed.'
  59.       '0020=Openning communication port...'
  60.       '0021=Port openned'
  61.       '0022=Connect to device'
  62.       '0023=Device connected'
  63.       '0024=All of the deviced connected'
  64.       '0025=Start authentication...'
  65.       '0026=Authentication completed'
  66.       '0027=Reset modem...'
  67.       '0028=Logon to network...'
  68.       '0029=Connected successfully'
  69.       '0030=Disconnect')
  70.     Left = 216
  71.     Top = 8
  72.   end
  73. end
  74.